<script type="text/javascript" src="http://criminall.ucoz.com/alltranslit.js"></script>
<script language="JavaScript" type="text/javascript"> 
function chklen() 
{ 
max_limit=40000; 
str = document.addform.message.value; 
len = str.length; 

if (len > max_limit) 
{ 
str = str.substring(0,max_limit); 
len = str.length; 
document.addform.message.value = str; 
} 

document.addform.fcounter.value = (max_limit - document.addform.message.value.length); 

while ( document.addform.fcounter.value<0) 
{ 
document.addform.message.value = str.substring(0,len-1 ); 
str = document.addform.message.value; 
len = str.length; 
document.addform.fcounter.value = (max_limit - document.addform.message.value.length); 
} 
} 
</script>
<div class="gDivLeft">
 <div class="gDivRight">
 <table border="0" width="100%" cellspacing="1" cellpadding="0" class="gTable" id="frM53" >
 <tr id="frM54">
 <td colspan="2" class="gTableTop" id="frM55"><div style="float:right" class="gTopCornerRight"></div>
 <a name="post">$FORM_TITLE$</a></td>
 </tr>
 <?if($ERROR$)?>
 <tr id="frM1">
 <td colspan="2" align="center" class="gTableError" id="frM2">$ERROR$</td>
 </tr>
 <?endif?>
 <?if($_USER$)?>
 <tr id="frM3">
 <td class="gTableLeft" id="frM4">Name:</td>
 <td class="gTableRight" id="frM5">$_USER$</td>
 </tr>
 <?endif?>
 <?if($_THREAD_NAME$)?>
 <tr id="frM25">
 <td class="gTableLeft" id="frM26">Thread name:</td>
 <td class="gTableRight" id="frM27">$_THREAD_NAME$</td>
 </tr>
 <tr id="frM28">
 <td class="gTableLeft" id="frM29">Thread description:</td>
 <td class="gTableRight" id="frM30">$_THREAD_DESCR$</td>
 </tr>
 <?endif?>
 <?if($_POLL_QUESTION$)?>
 <tr id="frM31">
 <td class="gTableRight" colspan="2" id="frM32"></td>
 </tr>
 <tr id="frM33">
 <td class="gTableLeft" id="frM34">Poll question:</td>
 <td class="gTableRight" id="frM35">$_POLL_QUESTION$</td>
 </tr>
 <tr id="frM36">
 <td class="gTableLeft" id="frM37">Poll items:
 <div class="pollHelp">Enter one answer per line. Maximum <b>10</b> answers.</div></td>
 <td class="gTableRight" id="frM38">$_POLL_ANSWERS$</td>
 </tr>
 <tr id="frM40">
 <td class="gTableLeft" id="frM41">Poll options:</td>
 <td class="gTableRight" id="frM42">$_POLL_ONLY_OPT$
 <label for="pollonly">Poll only (no answers allowed in thread)</label>
 <br />
 $_POLL_MULTI_OPT$
 <label for="pollmulty">Enable possibility to choose several answers</label>
 <br />
 $_POLL_PERIOD_OPT$ Poll period (0 - no limit)</td>
 </tr>
 <tr id="frM43">
 <td class="gTableRight" colspan="2" id="frM44"></td>
 </tr>
 <?endif?>
 <tr id="frM56" align="center">
 <td width="20%" class="gTableLeft" id="frM57" valign="top">Message text:
 <div class="smilesPart">$SMILES$</div></td>
 <td class="gTableRight" id="frM58">$BBCODES$
 <input accesskey="y" value="p.s." onclick="simpletag('p.s.','','','message',''); return false;" class="codeButtons" title="p.s." name="p.s." type="button">
 <input type="button" value="info" onclick="simpletag('info','','','message',''); return false;" class="codeButtons" title="Info" name="info" />
 <input type="button" value="Stamps" onclick="showstamp()" class="codeButtons" title="Insert stamp" name="Stamps" />
 <input type="button" value="mp3" onclick="simpletag('mp3','','','message',''); return false;" class="codeButtons" title="Insert mp3" name="mp3" />
 <input type="button" value="onlinekino" onclick="simpletag('onlinekino','','','message',''); return false;" class="codeButtons" title="Insert video" name="onlinekino" />
 <input type="button" value="blink" onclick="simpletag('blink','','','message',''); return false;" class="codeButtons" title="Embed running text" name="blink" />
 <input type="button" value="warning" onclick="simpletag('warning','','','message',''); return false;" class="codeButtons" title="admin text" name="warning" />
 <input type="button" value="marquee" onclick="simpletag('marquee','','','message',''); return false;" class="codeButtons" title="Marquee" name="marquee" />
 <input title="Offtop" value="off" onclick="simpletag('off','','','message','')" class="codeButtons" name="off" style="width: 40px;" type="button">
 <input accesskey="s" value="spoiler" onclick="simpletag('spoiler','','','message',''); return false;" class="codeButtons" title="Include the contents of spoiler" name="spoiler" type="button">
 <?if($BBCODES$)?>
 <div style="padding-bottom: 2px;"> <span class="bbc1" id="bc20">
 <input type="button" value="o" style="text-decoration: overline;" onclick="simpletag('o','','','message',''); return false;" class="codeButtons" title="The bar of the text" name="o" />
 </span><span class="bbc1" id="bc21">
 <input type="button" value="j" onclick="simpletag('j','','','message',''); return false;" class="codeButtons" title="The text of the page width" name="j" />
 </span><span class="bbc1" id="bc22">
 <input type="button" value="sub" onclick="simpletag('sub','','','message',''); return false;" class="codeButtons" title="Subscript" name="sub" />
 </span><span class="bbc1" id="bc23">
 <input type="button" value="sup" onclick="simpletag('sup','','','message',''); return false;" class="codeButtons" title="Superscript" name="sup" />
 </span><span class="bbc1" id="bc24">
 <input type="button" value="Video" title="Add a link to a video file" onclick="tag_video()" class="codeButtons" name="video">
 </span><span class="bbc1" id="bc25">
 <input type="button" value="Audio" title="Add a link to audio file" onclick="tag_audio()" class="codeButtons" name="audio">
 </span><span class="bbc1" id="bc26">
 <input type="button" value="hr" onclick="emoticon('[hr]');return false;" class="codeButtons" title="Line" name="hr" />
 </span><span class="bbc1" id="bc27">
 <input type="button" value="s" style="text-decoration: line-through;" onclick="simpletag('s','','','message',''); return false;" class="codeButtons" title="Strikethrough text" name="s" />
 </span><span class="bbc1" id="bc28">
 <input type="button" value="" onclick="emoticon('(c)');return false;" class="codeButtons" title="Copyright symbol!" name="(c)" />
 </span><span class="bbc1" id="bc29">
 <input type="button" value="" onclick="emoticon('(tm)');return false;" class="codeButtons" title="Trademark" name="(tm)" />
 </span><span class="bbc1" id="bc30">
 <input type="button" value="" onclick="emoticon('(r)');return false;" class="codeButtons" title="Registered" name="(r)" />
 </span><span class="bbc1" id="bc31">
 <input type="button" value="*" onclick="emoticon('[*]');return false;" class="codeButtons" title="Item" name="*" />
 </span><span class="bbc1" id="bc32">
 <input type="reset" value=" Clean " class="codeButtons" />
 </span> </div>
 <?endif?>
 $_MESSAGE$</td>
 </tr>
 <?if($BBCODES$)?>
 <script language="JavaScript">

var text_enter_audio = "http://any_site.com/music.mp3 ";
var text_enter_video = "http://any_site.com/music.mp3 ";

function tag_audio()
{
var FoundErrors = '';
var enterAudio = prompt(text_enter_audio, "http://any_site.com/music.mp3");
if (!enterAudio || enterAudio=='http://any_site.com/music.mp3') {
FoundErrors = 1;
}
if (FoundErrors) {
return;
}
doInsert("[audio]"+enterAudio+"[/audio]", "", false);
}

function tag_video()
{
var FoundErrors = '';
var enterVideo = prompt(text_enter_video, "http://youtube.com/watch?v=DbzFNj8HVmc");
if (!enterVideo || enterVideo=='http://youtube.com/watch?v=DbzFNj8HVmc') {
FoundErrors = 1;
}
if (FoundErrors) {
return;
}
doInsert("[video]"+enterVideo+"[/video]", "", false);
}
</script>
 <?endif?>
 <?if($MESSAGE_OPTIONS_FLAG$)?>
 <tr id="frM14">
 <td class="gTableLeft" id="frM15">Message option:</td>
 <td class="gTableRight" id="frM16"><center>
 <a href="javascript:t.go(0)" title="Translate to Cyrillic">Cyrillic</a> - <a href="javascript:t.go(1)" title="Translate into Latin">Roman alphabet</a> | <a href="javascript:t.Tags()" id="translitTags" title="Disable the detection of HTML and BB tags">Skip Tags</a>
 </center>
 <?if($_HTML_OPT$)?>
 $_HTML_OPT$
 <label for="ahtml">Enable HTML tags</label>
 <br />
 $_MAKE_BR_OPT$
 <label for="frmt">Substitute line feeds by the tag <b><BR>
 </b></label>
 <br>
 <?endif?>
 <?if($_EDITED_OPT$)?>
 $_EDITED_OPT$
 <label for="edited">Add inscription &quot;Edited...&quot; to this message?</label>
 <br />
 <?endif?>
 <?if($_SMILES_OPT$)?>
 $_SMILES_OPT$
 <label for="smon">Enable smileys</label>
 <br />
 <?endif?>
 <?if($_SIGNATURE_OPT$)?>
 $_SIGNATURE_OPT$
 <label for="sgon">Enable signature</label>
 <br />
 <?endif?>
 <?if($_SUBSCRIBE_OPT$)?>
 $_SUBSCRIBE_OPT$
 <label for="sbon">Enable e-mail notifications about answers</label>
 <br />
 <?endif?></td>
 </tr>
 <?endif?>
 <?if($MODER_OPTIONS_FLAG$)?>
 <tr id="frM6">
 <td class="gTableLeft" id="frM7">Thread options:</td>
 <td class="gTableRight" id="frM8"><?if($_FIRSTONTOP_OPT$)?>
 $_FIRSTONTOP_OPT$
 <label for="firstontop">Make the first message a heading (display on all pages)</label>
 <br />
 <?endif?>
 <?if($_ONTOP_OPT$)?>
 $_ONTOP_OPT$
 <label for="isontop">Thread always on top</label>
 <br />
 <?endif?>
 <?if($_CLOSED_OPT$)?>
 $_CLOSED_OPT$
 <label for="isclosed">Closed thread</label>
 <?endif?></td>
 </tr>
 <?endif?>
 <?if($_FILES_UPLOADER$)?>
 <tr id="frM50">
 <td class="gTableLeft" id="frM51">Attach file: <span style="font:7pt;">(not more than <b>$FILE_MAX_SIZE$</b>Kb)</span></td>
 <td class="gTableRight" id="frM52">$_FILES_UPLOADER$</td>
 </tr>
 <?endif?>
 <?if($_SECURITY_CODE$)?>
 <tr id="frM45">
 <td class="gTableLeft" id="frM46">Security code:</td>
 <td class="gTableRight" id="frM47">$_SECURITY_CODE$</td>
 </tr>
 <?endif?>
 <tr id="frM59">
 <td class="gTableRight" colspan="2" align="center" id="frM60"><input style="width:110px;" id="frF15" class="postPreview" type="button" value="View" onclick="prepost();" />
 <input type="submit" id="frF16" name="sbm" style="width:150px;font-weight:bold;" class="postSubmit" value="$SUBMIT_SIGN$" />
 <input style="width:110px;" id="frF17" class="postReset" type="reset" value="Cancel" /></td>
 </tr>
 </table>
 </div>
</div>
<div class="gDivBottomLeft"></div>
<div class="gDivBottomCenter"></div>
<div class="gDivBottomRight"></div>